@charset "utf-8";
/* CSS Document */

/*lyBanner start */
.lyBanner {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  position: relative;
  background-color: #1a1a1a;
}

.lyBanner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.lyBanner .swiper-container .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyBanner .swiper-container .swiper-slide img {
  display: block;
  width: 1920px;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/*分页器*/
.lyBanner .swiper-pagination {
  height: 12px;
  bottom: 20px !important;
}

.lyBanner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, .25);
  vertical-align: top;
  margin: 0 4px;
  opacity: 1;
}

.lyBanner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c40909;
}

.lyBanner .swiper-button-prev,
.lyBanner .swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.4;
  float: left;
}

.lyBanner .swiper-button-prev {
  background: rgba(0, 0, 0, 0) url(../images/prev01.png) center center no-repeat;
  background-size: 40px 40px;
  left: 20px;
}

.lyBanner .swiper-button-next {
  background: rgba(0, 0, 0, 0) url(../images/next01.png) center center no-repeat;
  background-size: 40px 40px;
  right: 20px;
}

.lyBanner .swiper-button-prev:hover {
  border: 1px solid #c40909;
  background: #c40909 url(../images/prev01.png) center center no-repeat;
  background-size: 40px 40px;
  opacity: 1;
}

.lyBanner .swiper-button-next:hover {
  border: 1px solid #c40909;
  background: #c40909 url(../images/next01.png) center center no-repeat;
  background-size: 40px 40px;
  opacity: 1;
}

/*lyBanner end */


/* lyProducts start */
.lyProducts {
  padding: 100px 0 76px;
  background-color: #f4f4f4;
}

.lyProducts .lyPro_main {
  margin: 0 auto;
}

.lyPro_main .lyPro_menu {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 50px;
  padding: 14px 40px;
  position: relative;
}

.lyPro_menu .swiper-container .swiper-slide {
  width: auto;
}

.lyPro_menu .swiper-container .swiper-slide a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 18px;
  padding: 0 24px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
}

.lyPro_menu .swiper-container .swiper-slide.swiper-slide-active a,
.lyPro_menu .swiper-container .swiper-slide:hover a {
  color: #fff;
  background-color: #c40909;
}

.lyPro_menu .swiper-button-prev,
.lyPro_menu .swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px;
  padding: 8px;
  background: #d6d6d6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  opacity: 1;
}

.lyPro_menu .swiper-button-prev {
  left: -20px;
}

.lyPro_menu .swiper-button-next {
  right: -20px;
}

.lyPro_menu .swiper-button-prev:hover,
.lyPro_menu .swiper-button-next:hover {
  background-color: #c40909;
}

.lyPro_menu .swiper-button-prev svg,
.lyPro_menu .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyPro_menu .swiper-button-prev svg path,
.lyPro_menu .swiper-button-next svg path {
  fill: #ffffff;
}



.lyPro_list ul {
  margin: 0 -12px;
}

.lyPro_list ul li {
  width: 25%;
  margin-bottom: 24px;
  padding: 0 12px;
  float: left;
}

.lyPro_list ul li .lyProList_img {
  width: 100%;
  height: 275px;
  overflow: hidden;
  margin: 0 auto;
}

.lyPro_list ul li .lyProList_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.lyPro_list ul li .lyProList_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyPro_list ul li:hover .lyProList_img a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}


.lyPro_list ul li .lyProList_img a i {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  padding: 4px 4px 18px 18px;
  background: url(../images/bg01.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.lyPro_list ul li:hover .lyProList_img a i {
  width: 64px;
  height: 64px;
  padding: 8px 8px 32px 32px;
}

.lyPro_list ul li .lyProList_img a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyPro_list ul li .lyProList_img a i svg path {
  fill: #ffffff;
}


.lyPro_list ul li .lyProList_name {
  width: 100%;
}


.lyPro_list ul li .lyProList_name a {
  display: block;
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #e6e6e6;
  padding: 0 20px;
  float: left;
}

.lyPro_list ul li:hover .lyProList_name a {
  background-color: #c40909;
  color: #fff;
}

.lyPro_list ul li .lyProList_name a i {
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  margin: -6px 8px 0 0;
  vertical-align: middle;
}

.lyPro_list ul li .lyProList_name a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyPro_list ul li .lyProList_name a i svg path {
  fill: #c40909;
}

.lyPro_list ul li:hover .lyProList_name a i svg path {
  fill: #ffffff;
}

/* lyProducts end */


/* lyHengfu start */
.lyHengfu {
  height: 350px;
  overflow: hidden;
  padding: 50px 0 0;
  background: url(../images/hengfu_bg0.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.lyHengfu::before {
  content: '';
  display: block;
  width: 42%;
  height: 6px;
  background-color: #c40909;
  position: absolute;
  left: 0;
  bottom: 0;
}

.lyHengfu::after {
  content: '';
  display: block;
  width: 60%;
  height: 300px;
  background: url(../images/hengfu_bg1.png) left center no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

.lyHengfu .lyHengfu_main {
  margin: 0 auto;
  padding: 55px 0 55px 38%;
  position: relative;
  z-index: 1;
}

.lyHengfu_main .lyHengfu_text {
  margin-bottom: 50px;
}

.lyHengfu_text p {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
}

.lyHengfu_text p em {
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
}

.lyHengfu_text span {
  display: block;
  line-height: 32px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 4px;
  margin-top: 12px;
}

.lyHengfu_tel span {
  display: block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #e53838;
  border-radius: 8px 0 0 8px;
  float: left;
}

.lyHengfu_tel p {
  float: left;
  height: 50px;
  line-height: 48px;
  color: #fff;
  font-size: 36px;
  font-family: "NiceRegular";
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-left: 0;
  border-radius: 0 8px 8px 0;
}


/* lyHengfu end */


/* lyAbout start */
.lyAbout {
  overflow: hidden;
  padding: 100px 0;
  background: url(../images/about_bg.jpg) center center no-repeat;
  background-size: cover;
}

.lyAbout .lyAbout_main {
  margin: 0 auto;
}

.lyAbout_main .lyAbout_con {
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  position: relative;
}

.lyAbout_main .lyAbout_con::after {
  content: '';
  display: block;
  width: 56%;
  height: 20px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #c40909);
  position: absolute;
  right: 0;
  bottom: 20px;
}

.lyAbout_con .lyAbout_img {
  width: 100%;
  height: 515px;
  overflow: hidden;
}

.lyAbout_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.lyAbout_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyAbout_img a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.lyAbout_con .lyAbout_text {
  width: 450px;
  height: 435px;
  padding: 40px;
  background-color: rgba(185, 9, 9, .95);
  position: absolute;
  left: 80px;
  top: 80px;
  z-index: 1;
}

.lyAbout_text a.lyAbout_name {
  display: block;
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.lyAbout_text .lyAbout_ms {
  height: 192px;
  overflow: hidden;
  line-height: 32px;
  color: rgba(255, 255, 255, .65);
  font-size: 16px;
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}

.lyAbout_text a.lyAbout_btn {
  display: block;
  width: 100px;
  height: 44px;
  overflow: hidden;
  margin-top: 40px;
  padding: 9px;
  background-color: #fff;
}

.lyAbout_text a.lyAbout_btn i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyAbout_text a.lyAbout_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyAbout_text a.lyAbout_btn i svg path {
  fill: #c40909;
}

.lyAbout_con .lyAbout_text::after {
  content: '';
  display: block;
  width: calc(100% - 80px);
  height: 0;
  border-top: 80px solid rgba(185, 9, 9, .95);
  border-left: 0 solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  bottom: -80px;
  left: 0;
}

/* lyAbout end */


/* lyArticle start */
.lyArticle {
  padding: 100px 0 115px;
  background-color: #f4f4f4;
}

.lyArticle .lyArticle_main {
  margin: 0 auto;
}

.lyArticle_list ul {
  margin: 0 -15px;
}

.lyArticle_list ul li {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
  float: left;
}

.lyArticle_list ul li .lyArticle_con {
  padding: 30px 30px 60px;
  background-color: #fff;
  position: relative;
}

.lyArticle_list ul li .lyArticle_con::before,
.lyArticle_list ul li .lyArticle_con::after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.lyArticle_list ul li .lyArticle_con::before {
  width: 100%;
  background-color: #d6d6d6;
}

.lyArticle_list ul li .lyArticle_con::after {
  width: 0;
  background-color: #c40909;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyArticle_list ul li .lyArticle_con:hover::after {
  width: 100%;
}

.lyArticle_list ul li .lyArticle_con a.lyArticle_name {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyArticle_list ul li .lyArticle_con:hover a.lyArticle_name {
  color: #c40909;
}

.lyArticle_list ul li .lyArticle_con p {
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}

.lyArticle_list ul li .lyArticle_con .lyArticle_time {
  width: 160px;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #d6d6d6;
  position: absolute;
  left: 0;
  bottom: 0;
}

.lyArticle_list ul li .lyArticle_con:hover .lyArticle_time {
  background-color: #c40909;
}

.lyArticle_list ul li .lyArticle_con .lyArticle_time i {
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  vertical-align: middle;
  margin: -3px 8px 0 0;
}

.lyArticle_list ul li .lyArticle_con .lyArticle_time i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyArticle_list ul li .lyArticle_con .lyArticle_time i svg path {
  fill: #ffffff;
}

.lyArticle_list ul li .lyArticle_con a.lyArticle_btn {
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}

.lyArticle_list ul li .lyArticle_con a.lyArticle_btn i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyArticle_list ul li .lyArticle_con a.lyArticle_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyArticle_list ul li .lyArticle_con a.lyArticle_btn i svg path {
  fill: #c40909;
}

.lyArticle_list ul li .lyArticle_con a.lyArticle_btn em {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.lyArticle_list ul li .lyArticle_con a.lyArticle_btn em svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyArticle_list ul li .lyArticle_con a.lyArticle_btn em svg path {
  fill: #ffffff;
}

/* lyArticle end */